home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / a_utils / _archvrs / unix / unzip51 / todo < prev    next >
Text File  |  1992-11-04  |  947b  |  39 lines

  1. fix large-zipfile bug (PKWARE or unzip bug?)
  2.  
  3. nice to check for zipfile[.zip] in funzip
  4.  
  5. rewrite mapname() --> local files; add checkdir(char *path, int create)
  6.  (also local); incorporate extract-to-dir code
  7.  
  8. replace EOL code, add automatic text/binary unpacking
  9.  
  10. fix wrong-zipfile bug (add .zip and try again if no sig)
  11.  
  12. rewrite with fwrite/fseek/etc. (streams, not file descriptors)
  13.  
  14. test OS/2 extended-header code to make sure -a doesn't screw it up--always
  15.  want "binary" mode, presumably (memextract())
  16.  
  17. ___________________
  18. make .zip, .zoo, .tar.Z archives
  19.  
  20. *** test on all systems ***
  21.  
  22.  
  23. ==============
  24. For UnZip 5.2:
  25. ==============
  26.  
  27. add wildcard capability to unzip and zipinfo:  "unzip -tq \*.zip"  or
  28.  "ii -ht \*.zip"
  29.  
  30.  
  31. ======================
  32. For WAY down the road:
  33. ======================
  34.  
  35. add "in-depth" option to zipinfo? (check local headers against central, etc.)
  36.  (or just create zipfix)
  37.  
  38. add -y "display symlinks" option to zipinfo?
  39.